home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue69 / Apache / Listing1.txt next >
Encoding:
Text File  |  2001-03-26  |  166 b   |  8 lines

  1. ScriptAlias /scripts/ "/<path>/cgi-bin/"
  2. <Directory "/<path>/cgi-bin">
  3.   AllowOverride None
  4.   Options ExecCGI
  5.   Order allow,deny
  6.   Allow from all
  7. </Directory>
  8.